home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / program / vbkontrol.exe / VBSTAK.ZIP / VBSTAK / README.TXT < prev    next >
Text File  |  1995-07-28  |  4KB  |  143 lines

  1.         VBStak 1.2.1 Installation Procedures
  2.                07/27/95
  3.  
  4. 1 Installation
  5.   1.1 Copy vbstak.exe self extracting zip to the a directory of
  6.    your choice. 
  7.  
  8.   1.2 Type (or use Windows run command):
  9.    
  10.     pkunzip -d vbstak.zip 
  11.    
  12.    It is important to use the -d command to create the 
  13.    appropriate sub-directories.
  14.  
  15.   1.3 Copy vbstak\vbstak.vbx to your windows\system directory
  16.  
  17.   1.4 Refer to VBStak.hlp for setup details and hints. 
  18.  
  19. 2. Files in VBSTAK.EXE
  20.  
  21.     VBSTAK.VBX 
  22.       VBStak Custom Control - copy to windows/system directory.
  23.  
  24.     VBSTAK.HLP
  25.       Windows help file for VBSTAK components.
  26.  
  27.     VBSTAK.TXT 
  28.       Visual basic constants and declarations for VBStak
  29.  
  30.     Contant.txt
  31.       VB constants and declarations
  32.  
  33.     VBMAIL\ (directory)
  34.       Mail sample program.
  35.     VBMAIL.MAK - Make file for mail application
  36.     SENDMAIL.FRM - Send mail daughter form
  37.     RECEIVEM.FRM - Receive mail daughter form
  38.     MAILFORM.FRM - MDI Master form
  39.     VBMAIL.EXE - Compiled VBMail program
  40.     VBMAIL.INI - VBMAIL initialization file copy to your 
  41.     windows directory
  42.  
  43.     STAKMAN\ (directory)
  44.       TCP/IP manual control/test program.
  45.     STAKMAN.FRM - Stak Manager form
  46.     STAKMAN.MAK - Stak Manager VB make file
  47.     STAKMAN.EXE - Compiled Stakman progrm
  48.     
  49.  
  50. 3. VBMAIL Operation
  51.     
  52.     3.1 Introduction
  53.     
  54.     The VBMail sample program uses smtp and pop3 to create a simple
  55.     INTERNET mail interface. To run the sample executable, add 
  56.     VBail.exe to a Windows group and start it up. VBMail assumes that 
  57.     you have access to a Mail server providing smtp and pop3 services.
  58.     
  59.     3.2 Setup 
  60.     
  61.     Edit VBMail.ini file. Change HostName setting to the name of your
  62.     mail server.
  63.  
  64.     3.3 Sending Mail
  65.     
  66.     Click on the Mail/Send menu item to open the Send mail dialog.
  67.     Enter your user name and the destination user and host name in 
  68.     the user@host format.Enter the text of the message then press 
  69.     'Send Mail'
  70.  
  71.     The status window should show the steps in the mail operation 
  72.     with "Mail Accepted" as the last item.
  73.  
  74.     3.4 Receiving Mail
  75.     
  76.     Click on Mail/Receive menu item. Enter your user name (on the 
  77.     mail host) and your password. Press the 'Get Mail' button. 
  78.     The package will connect to the host 
  79.     
  80.     If mail is waiting the Lst: list box will receive the 
  81.     available messages. Clicking on a list item will display the 
  82.     message in the text box. Press 'Delete' to remove the message.
  83.     
  84. 4.0 STAKMAN
  85.  
  86.     4.1 Description
  87.     
  88.     StakMan is a prototyping tool to interactively check TCP/IP 
  89.     connection and services. The basic steps in opening, connecting,
  90.     communicating and closing TCP/IP sockets are made available 
  91.     through push button and text box interfaces.
  92.  
  93.     4.2 Setup 
  94.     
  95.     Create a program item from STAKMAN.EXE in the Windows group
  96.     of your choice. Launch the program. 
  97.     
  98.     4.3 Operation 
  99.     
  100.     As an illustration of StakMan operation we will open a connection 
  101.     with a echo service on a host. Fill in the following fields:
  102.     
  103.     Host Name: yourMailHost
  104.     Service: echo
  105.     Protocol: tcp
  106.     Line Mode: on
  107.     
  108.     Click <Get Service> button 
  109.       Serviec# should show: 7
  110.     Click <Get Protocol>
  111.       Protocol# should show: 6 
  112.     Click <Get Host> 
  113.       Host Address: hostIPAddress.
  114.     Click <Connect> 
  115.       Status: 4, Socket: socketNumber     
  116.  
  117.     Click on the Send text box and enter:
  118.     Testing(cr)
  119.        Receive should show: 'Testing'
  120.  
  121.     4.4 If you encounter errors consult VBSTAK.hlp for tips.
  122.     
  123. 5.0 Version 1.2 updates.
  124.     
  125.     5.1 Support for server/secondary channel operation - Added \
  126.        action STAK_ACTION_LISTEN.
  127.  
  128.     5.2 Check for null HostAddress.
  129.  
  130.     5.3 Added LocalAddress property access to support multi-homed
  131.     hosts. 
  132.  
  133.     5.4 Revised help and sample programs. 
  134.  
  135.    Version 1.2.2 Updates
  136.  
  137.     5.5 Corrected FD_CONNECT message missing. 
  138.  
  139.     5.6 Updated VBMAIL to support most pop3/smtp servers. 
  140.  
  141.     5.7 Corrected VBFTP send errors. (TIPS1.1 sample)
  142.  
  143.